Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / clients / {id} / scope-mappings / clients / {client} / available

The available client-level roles that can be associated with the client's scope

Path parameters:
realm - realm name (not id!)
id - id of client (not client-id)
client -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/clients/{id}/scope-mappings/clients/{client}/availableThe available client-level roles that can be associated with the client's scope

Method Detail

GET /admin/realms/{realm}/clients/{id}/scope-mappings/clients/{client}/available

The available client-level roles that can be associated with the client's scope

HTTP Example:
GET /admin/realms/{realm}/clients/{id}/scope-mappings/clients/{client}/available
API Example:

ScopeMappedClientResource.getAvailableClientScopeMappings({'realm': /* name realm name (not id!) */,
  'id': /* id id of client (not client-id) */,
  'client': …});

Output:
List<RoleRepresentation> -
Produces:
application/json

Keycloak REST Services 1.5.0-Final